Command: {EXECUTE | EXE}
   Shows and sets performance options

General Syntax:
  {EXECUTE | EXE} <filename> [ {DEBUG | D} ]

Options:
  {EXECUTE | EXE} <filename>
     Executes a list of commands in a script file (plain text).

  {EXECUTE | EXE} <filename> [ {DEBUG | D} ]
     Executes a list of commands in a script file (plain text),
     showing the commands as they are executed.

Notes:
   Script files may execute other script files.
   There are no loop or other structure constructs, and no variables.
   The scripts only trigger Zenith commands; it is not possible to run binaries.

   Take care not to create infinite loops by executing a currently-active script.